home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINPROGS
/
UC31A_1.ZIP
/
PCBOARD.SC_
/
PCBOARD.SC
Wrap
Text File
|
1993-04-22
|
367b
|
15 lines
; PCBOARD login script for Unicom
;
Delay(2000)
Waitfor ("?") ; Do you want ansi graphics?
Delay(500)
Send ("Y^M) ; Set this to Y or N
Waitfor("name?")
Delay(500)
Send("FIRST^M") ; Set FIRST to your first name
Waitfor("?")
Delay(500)
Send("LAST^M") ; Set Last to your Last name
Waitfor(")")
Send("PASSWORD^M") ; Set PASSWORD to your password
exit